GET
/
3
/
person
/
{person_id}
/
tagged_images
curl --request GET \
  --url https://api.themoviedb.org/3/person/%7B{person_id}%7D/tagged_images
{
  "id": 63429,
  "page": 1,
  "results": [],
  "total_pages": 0,
  "total_results": 0
}

Path Parameters

person_id
string
required

Query Parameters

page
string
Example:

"1"

Response

200 - application/json

Tagged Img

The response is of type object.